/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* line 17, ../../../fire.app/lib/ruby/compass_0.12/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../fire.app/lib/ruby/compass_0.12/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../fire.app/lib/ruby/compass_0.12/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../fire.app/lib/ruby/compass_0.12/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../fire.app/lib/ruby/compass_0.12/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../fire.app/lib/ruby/compass_0.12/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../fire.app/lib/ruby/compass_0.12/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../fire.app/lib/ruby/compass_0.12/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../fire.app/lib/ruby/compass_0.12/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
/* line 5, ../sass/_colorbox.scss */
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
}

/* line 6, ../sass/_colorbox.scss */
#cboxWrapper {
  max-width: none;
}

/* line 7, ../sass/_colorbox.scss */
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

/* line 8, ../sass/_colorbox.scss */
#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

/* line 9, ../sass/_colorbox.scss */
#cboxContent {
  position: relative;
}

/* line 10, ../sass/_colorbox.scss */
#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/* line 11, ../sass/_colorbox.scss */
#cboxTitle {
  margin: 0;
}

/* line 12, ../sass/_colorbox.scss */
#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 13, ../sass/_colorbox.scss */
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

/* line 14, ../sass/_colorbox.scss */
.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

/* line 15, ../sass/_colorbox.scss */
.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

/* line 16, ../sass/_colorbox.scss */
#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
/* line 23, ../sass/_colorbox.scss */
#cboxOverlay {
  background: #000;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

/* line 24, ../sass/_colorbox.scss */
#colorbox {
  outline: 0;
}

/* line 25, ../sass/_colorbox.scss */
#cboxContent {
  margin-top: 20px;
  background: #000;
}

/* line 26, ../sass/_colorbox.scss */
.cboxIframe {
  background: #fff;
}

/* line 27, ../sass/_colorbox.scss */
#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

/* line 28, ../sass/_colorbox.scss */
#cboxLoadedContent {
  border: 5px solid #000;
  background: #fff;
}

/* line 29, ../sass/_colorbox.scss */
#cboxTitle {
  position: absolute;
  top: -20px;
  left: 0;
  color: #ccc;
}

/* line 30, ../sass/_colorbox.scss */
#cboxCurrent {
  position: absolute;
  top: -20px;
  right: 0px;
  color: #ccc;
}

/* line 31, ../sass/_colorbox.scss */
#cboxLoadingGraphic {
  background: url("../images/loading.gif") no-repeat center center;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
/* line 34, ../sass/_colorbox.scss */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
/* line 37, ../sass/_colorbox.scss */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0;
}

/* line 39, ../sass/_colorbox.scss */
#cboxSlideshow {
  position: absolute;
  top: -20px;
  right: 90px;
  color: #fff;
}

/* line 40, ../sass/_colorbox.scss */
#cboxPrevious {
  position: absolute;
  top: 50%;
  left: 5px;
  margin-top: -32px;
  background: url("../images/controls.png") no-repeat top left;
  width: 28px;
  height: 65px;
  text-indent: -9999px;
}

/* line 41, ../sass/_colorbox.scss */
#cboxPrevious:hover {
  background-position: bottom left;
}

/* line 42, ../sass/_colorbox.scss */
#cboxNext {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -32px;
  background: url("../images/controls.png") no-repeat top right;
  width: 28px;
  height: 65px;
  text-indent: -9999px;
}

/* line 43, ../sass/_colorbox.scss */
#cboxNext:hover {
  background-position: bottom right;
}

/* line 44, ../sass/_colorbox.scss */
#cboxClose {
  position: absolute;
  top: -10px;
  right: -10px;
  display: block;
  background: url("../images/btn_close.png") no-repeat top center;
  width: 52px;
  height: 52px;
  text-indent: -9999px;
}

/* line 45, ../sass/_colorbox.scss */
#cboxClose:hover {
  background-position: bottom center;
}

/* line 1, ../sass/_base.scss */
body {
  background-color: #fff8e6;
}
/* line 4, ../sass/_base.scss */
body * {
  font-family: '微軟正黑體';
}

/* line 8, ../sass/_base.scss */
.header {
  min-width: 960px;
}
/* line 10, ../sass/_base.scss */
.header .pink_bar {
  background-color: #cf2386;
  height: 50px;
  position: absolute;
  top: 0;
  z-index: 0;
  width: 100%;
  min-width: 960px;
}
/* line 19, ../sass/_base.scss */
.header .inner_wrap {
  width: 960px;
  margin: 0 auto;
  padding-bottom: 20px;
  position: relative;
}
/* line 24, ../sass/_base.scss */
.header .inner_wrap .fb_like {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  position: absolute;
  top: 15px;
  right: 90px;
  z-index: 10;
}
/* line 31, ../sass/_base.scss */
.header .inner_wrap .header_list {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
/* line 36, ../sass/_base.scss */
.header .inner_wrap .header_list li a {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  float: left;
}
/* line 39, ../sass/_base.scss */
.header .inner_wrap .header_list li a:hover {
  background-position: 0 -50px;
}
/* line 42, ../sass/_base.scss */
.header .inner_wrap .header_list li a.active {
  background-position: 0 -50px;
}
/* line 48, ../sass/_base.scss */
.header .inner_wrap .header_list .btn_img {
  background: url("../images/btn_nav1.png") no-repeat;
  width: 222px;
  height: 50px;
}
/* line 54, ../sass/_base.scss */
.header .inner_wrap .header_list .btn_info {
  background: url("../images/btn_nav2.png") no-repeat;
  width: 136px;
  height: 50px;
}
/* line 58, ../sass/_base.scss */
.header .inner_wrap .header_list .btn_info:hover {
  background-position: 0 -50px;
}
/* line 62, ../sass/_base.scss */
.header .inner_wrap .header_list .btn_work {
  background: url("../images/btn_nav3.png") no-repeat;
  width: 137px;
  height: 50px;
}
/* line 66, ../sass/_base.scss */
.header .inner_wrap .header_list .btn_work:hover {
  background-position: 0 -50px;
}
/* line 70, ../sass/_base.scss */
.header .inner_wrap .header_list .btn_winners {
  background: url("../images/btn_nav4.png") no-repeat;
  width: 133px;
  height: 50px;
}
/* line 74, ../sass/_base.scss */
.header .inner_wrap .header_list .btn_winners:hover {
  background-position: 0 -50px;
}
/* line 78, ../sass/_base.scss */
.header .inner_wrap .header_list .btn_theme {
  background: url("../images/btn_nav6.png") no-repeat;
  width: 145px;
  height: 50px;
}
/* line 82, ../sass/_base.scss */
.header .inner_wrap .header_list .btn_theme:hover {
  background-position: 0 -51px;
}
/* line 86, ../sass/_base.scss */
.header .inner_wrap .header_list .btn_back {
  background: url("../images/btn_nav5.png") no-repeat;
  width: 123px;
  height: 50px;
}
/* line 90, ../sass/_base.scss */
.header .inner_wrap .header_list .btn_back:hover {
  background-position: 0 -50px;
}

/* line 98, ../sass/_base.scss */
.footer {
  background-color: #fbc682;
  min-width: 960px;
}
/* line 101, ../sass/_base.scss */
.footer .inner_wrap {
  width: 960px;
  margin: 0 auto;
  padding: 15px 10px;
  position: relative;
}
/* line 106, ../sass/_base.scss */
.footer .inner_wrap .logo_bli {
  margin-right: 35px;
  margin-top: 7px;
  display: inline-block;
}
/* line 111, ../sass/_base.scss */
.footer .inner_wrap .logo_yam {
  position: absolute;
  left: 280px;
  top: 15px;
}
/* line 116, ../sass/_base.scss */
.footer .inner_wrap .icon_ad {
  position: absolute;
  right: 150px;
  top: 35px;
}
/* line 121, ../sass/_base.scss */
.footer .inner_wrap .contect_txt {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  text-shadow: 0px 0px 4px black;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
}
/* line 127, ../sass/_base.scss */
.footer .inner_wrap .contect_txt .contect_title, .footer .inner_wrap .contect_txt .contect_tel, .footer .inner_wrap .contect_txt .contect_mail {
  position: absolute;
}
/* line 130, ../sass/_base.scss */
.footer .inner_wrap .contect_txt .contect_title {
  top: 35px;
  left: 400px;
}
/* line 134, ../sass/_base.scss */
.footer .inner_wrap .contect_txt .contect_tel {
  top: 25px;
  left: 560px;
}
/* line 138, ../sass/_base.scss */
.footer .inner_wrap .contect_txt .contect_mail {
  top: 45px;
  left: 560px;
  color: #fff;
  text-decoration: none;
}

/* line 148, ../sass/_base.scss */
.main_wrap {
  background: url("../images/index_bg.png") repeat-x;
  min-width: 960px;
}
/* line 151, ../sass/_base.scss */
.main_wrap .index_wrap {
  width: 960px;
  margin: 0 auto;
  padding-top: 25px;
}

/* line 159, ../sass/_base.scss */
.top_wrap .fb_like {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  position: absolute;
  top: 40px;
  right: 80px;
}

/* line 1, ../sass/_lightbox.scss */
.lb_wrap {
  background: url("../images/lb_bg.png");
  width: 770px;
  padding: 45px 15px;
}
/* line 7, ../sass/_lightbox.scss */
.lb_wrap .inner_wrap {
  position: relative;
  background-color: #fff;
  padding: 30px 40px 35px 40px;
  overflow: hidden;
}
/* line 12, ../sass/_lightbox.scss */
.lb_wrap .inner_wrap .word_info {
  border: 1px solid #ddd;
  padding: 10px;
  margin-bottom: 10px;
  color: #f51e9f;
  font-weight: bold;
  font-size: 18px;
}
/* line 20, ../sass/_lightbox.scss */
.lb_wrap .inner_wrap .work_img {
  overflow: hidden;
  margin-bottom: 30px;
  height: 405px;
  width: auto;
  display: block;
  margin: 0 auto;
}
/* line 28, ../sass/_lightbox.scss */
.lb_wrap .inner_wrap .left_block {
  float: left;
  margin-top: 80px;
  margin-left: 30px;
}
/* line 33, ../sass/_lightbox.scss */
.lb_wrap .inner_wrap .work_num_wrap, .lb_wrap .inner_wrap .vote_num_wrap {
  font-size: 30px;
  color: #f393cd;
  line-height: 42px;
}
/* line 37, ../sass/_lightbox.scss */
.lb_wrap .inner_wrap .work_num_wrap .work_num, .lb_wrap .inner_wrap .work_num_wrap .vote_num, .lb_wrap .inner_wrap .vote_num_wrap .work_num, .lb_wrap .inner_wrap .vote_num_wrap .vote_num {
  color: #e93ea5;
}
/* line 40, ../sass/_lightbox.scss */
.lb_wrap .inner_wrap .work_num_wrap .vote_num_label, .lb_wrap .inner_wrap .vote_num_wrap .vote_num_label {
  margin-left: 29px;
}
/* line 44, ../sass/_lightbox.scss */
.lb_wrap .inner_wrap .des_wrap {
  float: right;
  width: 400px;
  color: #b4b4b4;
  line-height: 24px;
}
/* line 49, ../sass/_lightbox.scss */
.lb_wrap .inner_wrap .des_wrap .user_name_wrap, .lb_wrap .inner_wrap .des_wrap .work_name_wrap, .lb_wrap .inner_wrap .des_wrap .work_des_wrap {
  font-size: 14px;
}
/* line 52, ../sass/_lightbox.scss */
.lb_wrap .inner_wrap .des_wrap .work_des {
  font-size: 12px;
}
/* line 56, ../sass/_lightbox.scss */
.lb_wrap .inner_wrap .btn_vote, .lb_wrap .inner_wrap .btn_share {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  position: absolute;
  color: #b4b4b4;
  background-color: #3f3f3f;
  padding: 8px 25px;
  font-weight: bold;
  text-decoration: none;
}
/* line 65, ../sass/_lightbox.scss */
.lb_wrap .inner_wrap .btn_border {
  position: absolute;
  border: 1px solid #c1c1c1;
  height: 18px;
  top: 531px;
  right: 115px;
  z-index: 1;
}
/* line 73, ../sass/_lightbox.scss */
.lb_wrap .inner_wrap .btn_vote {
  top: 525px;
  right: 115px;
}
/* line 77, ../sass/_lightbox.scss */
.lb_wrap .inner_wrap .btn_share {
  top: 525px;
  right: 35px;
}

/* line 2, ../sass/_lightbox2.scss */
.lb_wrap2 .inner_wrap {
  position: relative;
  background: url("../images/vote_lb_bg.png") no-repeat;
  width: 868px;
  height: 673px;
}
/* line 7, ../sass/_lightbox2.scss */
.lb_wrap2 .inner_wrap .top_wrap {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  width: 750px;
  height: 95px;
  top: 53px;
  left: 56px;
  display: inline-block;
}
/* line 17, ../sass/_lightbox2.scss */
.lb_wrap2 .inner_wrap .top_wrap .top_line1 {
  position: absolute;
  top: 49px;
  left: 60px;
}
/* line 21, ../sass/_lightbox2.scss */
.lb_wrap2 .inner_wrap .top_wrap .top_line1 .alert_word_wrap {
  margin-left: 3px;
  font-size: 32px;
  color: #e75fb2;
  letter-spacing: 4px;
}
/* line 28, ../sass/_lightbox2.scss */
.lb_wrap2 .inner_wrap .top_wrap .top_line2 {
  position: absolute;
  top: 65px;
  left: 360px;
}
/* line 34, ../sass/_lightbox2.scss */
.lb_wrap2 .inner_wrap .form_wrap {
  width: 746px;
  height: 250px;
  margin-top: 75px;
  margin-left: 56px;
  border: 3px solid #eb60b5;
  color: #ed61b6;
  padding-top: 15px;
}
/* line 44, ../sass/_lightbox2.scss */
.lb_wrap2 .inner_wrap #user_info .input_line {
  border-bottom: 3px solid #e75fb2;
  padding: 10px;
  width: 650px;
  margin: 0 auto;
}
/* line 49, ../sass/_lightbox2.scss */
.lb_wrap2 .inner_wrap #user_info .input_line.edge_line {
  border: 0;
}
/* line 52, ../sass/_lightbox2.scss */
.lb_wrap2 .inner_wrap #user_info .input_line .label_info {
  display: inline-block;
  width: 115px;
}
/* line 57, ../sass/_lightbox2.scss */
.lb_wrap2 .inner_wrap #user_info .user_name, .lb_wrap2 .inner_wrap #user_info .user_tel, .lb_wrap2 .inner_wrap #user_info .user_mail, .lb_wrap2 .inner_wrap #user_info .user_address {
  width: 450px;
  height: 30px;
  padding-left: 4px;
  outline: 0;
  font-size: 18px;
}
/* line 65, ../sass/_lightbox2.scss */
.lb_wrap2 .inner_wrap #user_info .user_name {
  top: 190px;
}
/* line 68, ../sass/_lightbox2.scss */
.lb_wrap2 .inner_wrap #user_info .user_tel {
  top: 262px;
}
/* line 71, ../sass/_lightbox2.scss */
.lb_wrap2 .inner_wrap #user_info .user_mail {
  top: 330px;
}
/* line 74, ../sass/_lightbox2.scss */
.lb_wrap2 .inner_wrap #user_info .btn_submit {
  background-color: #ed61b6;
  border: 0;
  outline: 0;
  padding: 20px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  position: absolute;
  bottom: 100px;
  right: 80px;
  cursor: pointer;
}
/* line 87, ../sass/_lightbox2.scss */
.lb_wrap2 .inner_wrap #user_info .check_privacy_wrap, .lb_wrap2 .inner_wrap #user_info .accept_info_wrap {
  position: absolute;
  font-weight: bold;
  font-size: 18px;
}
/* line 91, ../sass/_lightbox2.scss */
.lb_wrap2 .inner_wrap #user_info .check_privacy_wrap input, .lb_wrap2 .inner_wrap #user_info .accept_info_wrap input {
  width: 20px;
  height: 20px;
}
/* line 97, ../sass/_lightbox2.scss */
.lb_wrap2 .inner_wrap #user_info .check_privacy_wrap {
  bottom: 125px;
  left: 100px;
  color: #c9c9c9;
}
/* line 102, ../sass/_lightbox2.scss */
.lb_wrap2 .inner_wrap #user_info .check_privacy_wrap a {
  text-decoration: none;
  color: #ed61b6;
}
/* line 107, ../sass/_lightbox2.scss */
.lb_wrap2 .inner_wrap #user_info .accept_info_wrap {
  bottom: 80px;
  left: 100px;
  color: #ed61b6;
}

/* line 1, ../sass/_index.scss */
.index_wrap {
  position: relative;
}
/* line 3, ../sass/_index.scss */
.index_wrap .btn_upload_pic, .index_wrap .btn_join_vote {
  position: absolute;
  top: 10px;
  right: 40px;
}
/* line 8, ../sass/_index.scss */
.index_wrap .index_title, .index_wrap .index_img {
  padding-left: 50px;
}
/* line 11, ../sass/_index.scss */
.index_wrap .btn_join_vote {
  top: 200px;
  right: 40px;
}
/* line 15, ../sass/_index.scss */
.index_wrap .fb_like {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  position: absolute;
  top: 400px;
  right: 80px;
}
/* line 21, ../sass/_index.scss */
.index_wrap .index_block {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  margin: 50px 0;
  width: 303px;
  height: 328px;
  position: relative;
  text-decoration: none;
  color: #000;
}
/* line 29, ../sass/_index.scss */
.index_wrap .index_block .block_list {
  margin: 65px 35px 0 50px;
  width: 240px;
  line-height: 26px;
  font-size: 20px;
  list-style-image: url("../images/list_type_star.png");
  font-weight: bold;
}
/* line 37, ../sass/_index.scss */
.index_wrap .index_block .block_list li span {
  display: inline-block;
}
/* line 42, ../sass/_index.scss */
.index_wrap .index_block .watch_more {
  text-decoration: none;
  font-weight: bold;
  position: absolute;
  bottom: 20px;
  right: 100px;
}
/* line 48, ../sass/_index.scss */
.index_wrap .index_block .watch_more.orange {
  color: #f47b54;
}
/* line 51, ../sass/_index.scss */
.index_wrap .index_block .watch_more.red {
  color: #be1e2d;
}
/* line 54, ../sass/_index.scss */
.index_wrap .index_block .watch_more.green {
  color: #338660;
}
/* line 59, ../sass/_index.scss */
.index_wrap .index_block1 {
  background: url("../images/index_box1.png") no-repeat;
}
/* line 62, ../sass/_index.scss */
.index_wrap .index_block2 {
  background: url("../images/index_box2.png") no-repeat;
}
/* line 65, ../sass/_index.scss */
.index_wrap .index_block3 {
  background: url("../images/index_box3.png") no-repeat;
}

/* line 2, ../sass/_vote.scss */
#vote .main_wrap {
  background: url("../images/top_bg1.png") repeat-x;
}
/* line 6, ../sass/_vote.scss */
#vote .vote_wrap {
  width: 960px;
  margin: 0 auto;
}
/* line 9, ../sass/_vote.scss */
#vote .vote_wrap .top_wrap {
  position: relative;
  height: 315px;
}
/* line 12, ../sass/_vote.scss */
#vote .vote_wrap .top_wrap .search_bar, #vote .vote_wrap .top_wrap .top_title, #vote .vote_wrap .top_wrap .btn_upload_pic2, #vote .vote_wrap .top_wrap .btn_join_vote2, #vote .vote_wrap .top_wrap .top_vote_img {
  position: absolute;
}
/* line 15, ../sass/_vote.scss */
#vote .vote_wrap .top_wrap .search_bar {
  font-size: 14px;
  bottom: -11px;
  left: 70px;
}
/* line 19, ../sass/_vote.scss */
#vote .vote_wrap .top_wrap .search_bar .label_search {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  padding: 6px 8px 6px 25px;
  background-color: #696969;
  z-index: 1;
  vertical-align: middle;
}
/* line 28, ../sass/_vote.scss */
#vote .vote_wrap .top_wrap .search_bar .input_search {
  border: 0;
  margin-left: -4px;
  width: 210px;
  margin-right: 30px;
  font-size: 16px;
  padding: 6px;
  margin-top: 0px;
  vertical-align: middle;
}
/* line 37, ../sass/_vote.scss */
#vote .vote_wrap .top_wrap .search_bar .input_search:focus {
  outline: 0;
}
/* line 41, ../sass/_vote.scss */
#vote .vote_wrap .top_wrap .search_bar .label_filter {
  font-weight: bold;
  color: #696969;
}
/* line 45, ../sass/_vote.scss */
#vote .vote_wrap .top_wrap .search_bar .btn_filter {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 5px;
  text-decoration: none;
  color: #696969;
}
/* line 51, ../sass/_vote.scss */
#vote .vote_wrap .top_wrap .search_bar .btn_filter.active {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  background-color: #696969;
  border: 3px solid #fff;
  width: 50px;
  height: 50px;
  color: #fff;
  padding: 15px 8px;
}
/* line 63, ../sass/_vote.scss */
#vote .vote_wrap .top_wrap .top_title {
  bottom: 50px;
  left: 0;
}
/* line 67, ../sass/_vote.scss */
#vote .vote_wrap .top_wrap .btn_upload_pic2 {
  top: 10px;
  left: 480px;
}
/* line 71, ../sass/_vote.scss */
#vote .vote_wrap .top_wrap .btn_join_vote2 {
  top: 150px;
  left: 470px;
}
/* line 75, ../sass/_vote.scss */
#vote .vote_wrap .top_wrap .top_vote_img {
  bottom: 20px;
  right: -5px;
}
/* line 80, ../sass/_vote.scss */
#vote .vote_wrap .work_wrap {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 820px;
  margin: 0 auto;
  background-color: #fff;
  padding: 35px 22px;
}
/* line 86, ../sass/_vote.scss */
#vote .vote_wrap .work_wrap .work_block {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  background: url("../images/vote_img_bg.png") no-repeat;
  margin-right: 19px;
  margin-bottom: 20px;
  width: 176px;
  height: 275px;
  padding: 6px 8px 18px 8px;
}
/* line 102, ../sass/_vote.scss */
#vote .vote_wrap .work_wrap .work_block:hover {
  background: url("../images/vote_img_hover_bg.png") no-repeat;
}
/* line 105, ../sass/_vote.scss */
#vote .vote_wrap .work_wrap .work_block .work_num_wrap {
  float: left;
}
/* line 107, ../sass/_vote.scss */
#vote .vote_wrap .work_wrap .work_block .work_num_wrap .work_num {
  margin-left: 4px;
}
/* line 111, ../sass/_vote.scss */
#vote .vote_wrap .work_wrap .work_block .vote_num_wrap {
  float: right;
}
/* line 113, ../sass/_vote.scss */
#vote .vote_wrap .work_wrap .work_block .vote_num_wrap .vote_num {
  margin-right: 5px;
}
/* line 117, ../sass/_vote.scss */
#vote .vote_wrap .work_wrap .work_block .right_title {
  text-align: right;
}
/* line 120, ../sass/_vote.scss */
#vote .vote_wrap .work_wrap .work_block .label_title {
  display: inline-block;
  width: 60px;
}
/* line 124, ../sass/_vote.scss */
#vote .vote_wrap .work_wrap .work_block .clear_fix {
  clear: both;
}
/* line 127, ../sass/_vote.scss */
#vote .vote_wrap .work_wrap .work_block .work_img {
  cursor: pointer;
  margin: 5px auto 8px auto;
  display: block;
}
/* line 132, ../sass/_vote.scss */
#vote .vote_wrap .work_wrap .work_block .user_name, #vote .vote_wrap .work_wrap .work_block .work_name {
  display: inline-block;
  vertical-align: middle;
  max-width: 96px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
/* line 140, ../sass/_vote.scss */
#vote .vote_wrap .work_wrap .work_block .btn_wrap {
  text-align: center;
}
/* line 142, ../sass/_vote.scss */
#vote .vote_wrap .work_wrap .work_block .btn_wrap .btn_work {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  text-decoration: none;
  color: #894c0d;
  background-color: #fff;
  padding: 3px 15px;
  margin: 5px 15px 5px 0;
}
/* line 149, ../sass/_vote.scss */
#vote .vote_wrap .work_wrap .work_block .btn_wrap .btn_work:hover {
  color: #fff;
  background-color: #3164b9;
}
/* line 154, ../sass/_vote.scss */
#vote .vote_wrap .work_wrap .work_block .btn_wrap .btn_share {
  margin-right: 0;
}
/* line 159, ../sass/_vote.scss */
#vote .vote_wrap .work_wrap .p_wrap {
  text-align: center;
  margin-top: 25px;
}
/* line 162, ../sass/_vote.scss */
#vote .vote_wrap .work_wrap .p_wrap .pagination {
  text-align: center;
  display: inline-block;
  overflow: hidden;
}
/* line 166, ../sass/_vote.scss */
#vote .vote_wrap .work_wrap .p_wrap .pagination li {
  float: left;
  border-right: 1px solid #ba8e62;
}
/* line 169, ../sass/_vote.scss */
#vote .vote_wrap .work_wrap .p_wrap .pagination li a {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  text-decoration: none;
  margin: 0 8px;
  color: #ba8e62;
}
/* line 174, ../sass/_vote.scss */
#vote .vote_wrap .work_wrap .p_wrap .pagination li a:hover {
  color: #462604;
}
/* line 177, ../sass/_vote.scss */
#vote .vote_wrap .work_wrap .p_wrap .pagination li a.active {
  color: #462604;
}
/* line 181, ../sass/_vote.scss */
#vote .vote_wrap .work_wrap .p_wrap .pagination li .btn_first {
  background: url("../images/btn_first.png") no-repeat;
  width: 72px;
  height: 24px;
}
/* line 186, ../sass/_vote.scss */
#vote .vote_wrap .work_wrap .p_wrap .pagination li .btn_prev {
  background: url("../images/btn_prev.png") no-repeat;
  width: 65px;
  height: 24px;
  margin: 0 15px 0 5px;
}
/* line 192, ../sass/_vote.scss */
#vote .vote_wrap .work_wrap .p_wrap .pagination li .btn_next {
  background: url("../images/btn_next.png") no-repeat;
  width: 65px;
  height: 24px;
  margin: 0 5px 0 20px;
}
/* line 198, ../sass/_vote.scss */
#vote .vote_wrap .work_wrap .p_wrap .pagination li .btn_last {
  background: url("../images/btn_last.png") no-repeat;
  width: 72px;
  height: 24px;
}
/* line 204, ../sass/_vote.scss */
#vote .vote_wrap .work_wrap .p_wrap .pagination .none_border {
  border: 0;
}
/* line 207, ../sass/_vote.scss */
#vote .vote_wrap .work_wrap .p_wrap .pagination .now_page {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  color: #a7a7a7;
  padding: 2px 5px;
  background-color: #f7f7f7;
  border: 1px solid #d7d7d7;
  margin-left: 20px;
}

/* line 2, ../sass/_info_1.scss */
#info_1 .main_wrap {
  background: url("../images/top_bg1.png") repeat-x;
}
/* line 6, ../sass/_info_1.scss */
#info_1 .info_1_wrap {
  width: 960px;
  margin: 0 auto;
}
/* line 10, ../sass/_info_1.scss */
#info_1 .top_wrap {
  position: relative;
  height: 315px;
}
/* line 13, ../sass/_info_1.scss */
#info_1 .top_wrap .search_bar, #info_1 .top_wrap .top_title, #info_1 .top_wrap .btn_upload_pic2, #info_1 .top_wrap .btn_join_vote2, #info_1 .top_wrap .top_vote_img {
  position: absolute;
}
/* line 16, ../sass/_info_1.scss */
#info_1 .top_wrap .search_bar {
  font-size: 14px;
  bottom: -12px;
  left: 70px;
}
/* line 20, ../sass/_info_1.scss */
#info_1 .top_wrap .search_bar .label_search {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  padding: 8px 8px 8px 25px;
  background-color: #696969;
  z-index: 1;
}
/* line 28, ../sass/_info_1.scss */
#info_1 .top_wrap .search_bar .input_search {
  height: 32px;
  border: 0;
  margin-left: -4px;
  width: 210px;
  margin-right: 30px;
  font-size: 16px;
  padding-left: 10px;
}
/* line 36, ../sass/_info_1.scss */
#info_1 .top_wrap .search_bar .input_search:focus {
  outline: 0;
}
/* line 40, ../sass/_info_1.scss */
#info_1 .top_wrap .search_bar .label_filter {
  font-weight: bold;
  color: #696969;
}
/* line 44, ../sass/_info_1.scss */
#info_1 .top_wrap .search_bar .btn_filter {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 5px;
  text-decoration: none;
  color: #696969;
}
/* line 50, ../sass/_info_1.scss */
#info_1 .top_wrap .search_bar .btn_filter.active {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  background-color: #696969;
  border: 3px solid #fff;
  width: 50px;
  height: 50px;
  color: #fff;
  padding: 15px 8px;
}
/* line 62, ../sass/_info_1.scss */
#info_1 .top_wrap .top_title {
  bottom: 50px;
  left: 0;
}
/* line 66, ../sass/_info_1.scss */
#info_1 .top_wrap .btn_upload_pic2 {
  top: 10px;
  left: 480px;
}
/* line 70, ../sass/_info_1.scss */
#info_1 .top_wrap .btn_join_vote2 {
  top: 150px;
  left: 470px;
}
/* line 74, ../sass/_info_1.scss */
#info_1 .top_wrap .top_vote_img {
  bottom: 20px;
  right: -5px;
}
/* line 79, ../sass/_info_1.scss */
#info_1 .content_wrap {
  background: url("../images/info_bg.png");
  padding: 35px 25px;
  margin: 25px 10px;
  overflow: hidden;
}
/* line 84, ../sass/_info_1.scss */
#info_1 .content_wrap .info_img {
  display: block;
  margin: 0 auto 15px auto;
}
/* line 88, ../sass/_info_1.scss */
#info_1 .content_wrap .left_block {
  width: 420px;
  float: left;
}
/* line 92, ../sass/_info_1.scss */
#info_1 .content_wrap .right_block {
  width: 455px;
  float: right;
}
/* line 95, ../sass/_info_1.scss */
#info_1 .content_wrap .right_block .info_list_wrap {
  margin: 8px 5px 5px 0px;
}
/* line 97, ../sass/_info_1.scss */
#info_1 .content_wrap .right_block .info_list_wrap .prizes_info {
  margin-top: 5px;
  font-size: 14px;
  line-height: 18px;
}
/* line 104, ../sass/_info_1.scss */
#info_1 .content_wrap .info_list_wrap {
  display: inline-block;
  vertical-align: top;
  margin: 25px 5px 15px 0px;
  width: 100%;
}
/* line 109, ../sass/_info_1.scss */
#info_1 .content_wrap .info_list_wrap .info_title {
  margin-bottom: 5px;
}
/* line 112, ../sass/_info_1.scss */
#info_1 .content_wrap .info_list_wrap .info_list {
  list-style-image: url("../images/info_list_dot.png");
  margin-left: 45px;
  font-size: 18px;
  line-height: 24px;
}
/* line 117, ../sass/_info_1.scss */
#info_1 .content_wrap .info_list_wrap .info_list li {
  margin-bottom: 10px;
}

/* line 2, ../sass/_info_2.scss */
#info_2 .main_wrap {
  background: url("../images/top_bg2.png") repeat-x;
}
/* line 6, ../sass/_info_2.scss */
#info_2 .info_2_wrap {
  width: 960px;
  margin: 0 auto;
}
/* line 10, ../sass/_info_2.scss */
#info_2 .top_wrap {
  position: relative;
  height: 315px;
}
/* line 13, ../sass/_info_2.scss */
#info_2 .top_wrap .top_title, #info_2 .top_wrap .btn_upload_pic2, #info_2 .top_wrap .btn_join_vote2, #info_2 .top_wrap .top_img2 {
  position: absolute;
}
/* line 16, ../sass/_info_2.scss */
#info_2 .top_wrap .top_title {
  bottom: 50px;
  left: 380px;
}
/* line 20, ../sass/_info_2.scss */
#info_2 .top_wrap .btn_upload_pic2 {
  top: 10px;
  left: 850px;
}
/* line 24, ../sass/_info_2.scss */
#info_2 .top_wrap .btn_join_vote2 {
  top: 150px;
  left: 850px;
}
/* line 28, ../sass/_info_2.scss */
#info_2 .top_wrap .top_img2 {
  bottom: 25px;
  left: 0px;
}
/* line 32, ../sass/_info_2.scss */
#info_2 .top_wrap .fb_like {
  top: 20px;
  right: 150px;
}
/* line 37, ../sass/_info_2.scss */
#info_2 .content_wrap {
  overflow: hidden;
  margin-top: 30px;
}
/* line 40, ../sass/_info_2.scss */
#info_2 .content_wrap .tab_list_wrap {
  display: block;
  text-align: center;
}
/* line 43, ../sass/_info_2.scss */
#info_2 .content_wrap .tab_list_wrap .tab_list {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  overflow: hidden;
}
/* line 46, ../sass/_info_2.scss */
#info_2 .content_wrap .tab_list_wrap .tab_list li {
  float: left;
  margin-right: 15px;
}
/* line 49, ../sass/_info_2.scss */
#info_2 .content_wrap .tab_list_wrap .tab_list li.edge_tab {
  margin-right: 0;
}
/* line 53, ../sass/_info_2.scss */
#info_2 .content_wrap .tab_list_wrap .tab_list .btn_tab1, #info_2 .content_wrap .tab_list_wrap .tab_list .btn_tab2, #info_2 .content_wrap .tab_list_wrap .tab_list .btn_tab3 {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  width: 303px;
  height: 51px;
}
/* line 57, ../sass/_info_2.scss */
#info_2 .content_wrap .tab_list_wrap .tab_list .btn_tab1:hover, #info_2 .content_wrap .tab_list_wrap .tab_list .btn_tab2:hover, #info_2 .content_wrap .tab_list_wrap .tab_list .btn_tab3:hover {
  background-position: 0px -51px;
}
/* line 60, ../sass/_info_2.scss */
#info_2 .content_wrap .tab_list_wrap .tab_list .btn_tab1.active, #info_2 .content_wrap .tab_list_wrap .tab_list .btn_tab2.active, #info_2 .content_wrap .tab_list_wrap .tab_list .btn_tab3.active {
  background-position: 0px -51px;
}
/* line 64, ../sass/_info_2.scss */
#info_2 .content_wrap .tab_list_wrap .tab_list .btn_tab1 {
  background: url("../images/info2_tab1.png") no-repeat;
}
/* line 68, ../sass/_info_2.scss */
#info_2 .content_wrap .tab_list_wrap .tab_list .btn_tab2 {
  background: url("../images/info2_tab2.png") no-repeat;
}
/* line 71, ../sass/_info_2.scss */
#info_2 .content_wrap .tab_list_wrap .tab_list .btn_tab3 {
  background: url("../images/info2_tab3.png") no-repeat;
}
/* line 77, ../sass/_info_2.scss */
#info_2 .content_wrap .tab_content_wrap {
  width: 905px;
  margin: -20px auto 0 auto;
  background-color: #f4f4f4;
  padding: 40px 25px;
}
/* line 83, ../sass/_info_2.scss */
#info_2 .content_wrap .tab_content_wrap .tab_content .tab_content_block {
  margin: 10px 0;
  padding: 25px 10px;
  line-height: 36px;
}
/* line 87, ../sass/_info_2.scss */
#info_2 .content_wrap .tab_content_wrap .tab_content .tab_content_block .inner_block {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  padding: 25px 10px;
  font-size: 25px;
  font-weight: bold;
  overflow: hidden;
}
/* line 93, ../sass/_info_2.scss */
#info_2 .content_wrap .tab_content_wrap .tab_content .tab_content_block .inner_block .btn_link {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  padding: 5px 50px 2px 10px;
  background-image: url("../images/info2_btn_icon.png");
  background-repeat: no-repeat;
  height: 39px;
  text-decoration: none;
  color: #fff;
  margin: 5px;
}
/* line 102, ../sass/_info_2.scss */
#info_2 .content_wrap .tab_content_wrap .tab_content .tab_content_block .inner_block .btn_link.pink {
  background-color: #dd5780;
}
/* line 105, ../sass/_info_2.scss */
#info_2 .content_wrap .tab_content_wrap .tab_content .tab_content_block .inner_block .btn_link.purple {
  background-color: #c6428a;
}
/* line 108, ../sass/_info_2.scss */
#info_2 .content_wrap .tab_content_wrap .tab_content .tab_content_block .inner_block .btn_link.orange {
  background-color: #db7a58;
}
/* line 111, ../sass/_info_2.scss */
#info_2 .content_wrap .tab_content_wrap .tab_content .tab_content_block .inner_block .btn_link.btn_link1, #info_2 .content_wrap .tab_content_wrap .tab_content .tab_content_block .inner_block .btn_link.btn_link2 {
  background-position: 115px 3px;
  float: right;
  margin-top: -10px;
}
/* line 116, ../sass/_info_2.scss */
#info_2 .content_wrap .tab_content_wrap .tab_content .tab_content_block .inner_block .btn_link.btn_link1 {
  margin-top: -10px;
}
/* line 119, ../sass/_info_2.scss */
#info_2 .content_wrap .tab_content_wrap .tab_content .tab_content_block .inner_block .btn_link.btn_link2 {
  margin-top: -20px;
}
/* line 122, ../sass/_info_2.scss */
#info_2 .content_wrap .tab_content_wrap .tab_content .tab_content_block .inner_block .btn_link.btn_link3, #info_2 .content_wrap .tab_content_wrap .tab_content .tab_content_block .inner_block .btn_link.btn_link4 {
  background-position: 165px 3px;
  float: right;
}
/* line 126, ../sass/_info_2.scss */
#info_2 .content_wrap .tab_content_wrap .tab_content .tab_content_block .inner_block .btn_link.btn_link3 {
  margin-top: -10px;
}
/* line 129, ../sass/_info_2.scss */
#info_2 .content_wrap .tab_content_wrap .tab_content .tab_content_block .inner_block .btn_link.btn_link4 {
  margin-top: -20px;
}
/* line 132, ../sass/_info_2.scss */
#info_2 .content_wrap .tab_content_wrap .tab_content .tab_content_block .inner_block .btn_link.btn_link5 {
  background-position: 290px 3px;
  float: right;
  margin-top: -40px;
}
/* line 138, ../sass/_info_2.scss */
#info_2 .content_wrap .tab_content_wrap .tab_content .tab_content_block .inner_block .info2_title {
  margin-top: -50px;
  margin-left: -10px;
}
/* line 142, ../sass/_info_2.scss */
#info_2 .content_wrap .tab_content_wrap .tab_content .tab_content_block .inner_block.pink {
  background-color: #f4e6e4;
}
/* line 145, ../sass/_info_2.scss */
#info_2 .content_wrap .tab_content_wrap .tab_content .tab_content_block .inner_block.purple {
  background-color: #f7e4f3;
}
/* line 148, ../sass/_info_2.scss */
#info_2 .content_wrap .tab_content_wrap .tab_content .tab_content_block .inner_block.orange {
  background-color: #f3eae5;
}
/* line 152, ../sass/_info_2.scss */
#info_2 .content_wrap .tab_content_wrap .tab_content .tab_content_block.pink {
  border-bottom: 3px dotted #ca5884;
}
/* line 155, ../sass/_info_2.scss */
#info_2 .content_wrap .tab_content_wrap .tab_content .tab_content_block.purple {
  border-bottom: 3px dotted #c957cc;
}
/* line 160, ../sass/_info_2.scss */
#info_2 .content_wrap .tab_content_wrap .tab_content .tab2_content_block.purple {
  border: 0;
}
/* line 165, ../sass/_info_2.scss */
#info_2 .content_wrap .tab_content_wrap .tab1_content, #info_2 .content_wrap .tab_content_wrap .tab2_content, #info_2 .content_wrap .tab_content_wrap .tab3_content {
  display: none;
}
/* line 168, ../sass/_info_2.scss */
#info_2 .content_wrap .tab_content_wrap .tab3_content {
  text-align: center;
}
/* line 170, ../sass/_info_2.scss */
#info_2 .content_wrap .tab_content_wrap .tab3_content > a {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  border-bottom: 3px dotted #8f9092;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
/* line 177, ../sass/_info_2.scss */
#info_2 .content_wrap .tab_content_wrap .tab3_content .dege_block {
  border-bottom: 0;
}
/* line 180, ../sass/_info_2.scss */
#info_2 .content_wrap .tab_content_wrap .tab3_content .link_wrap {
  background: url("../images/info4_img3.png") no-repeat;
  width: 914px;
  height: 505px;
  padding-top: 100px;
}

/* line 2, ../sass/_apply.scss */
#apply .main_wrap {
  background: url("../images/top_bg1.png") repeat-x;
}
/* line 6, ../sass/_apply.scss */
#apply .apply_wrap {
  width: 960px;
  margin: 0 auto;
}
/* line 9, ../sass/_apply.scss */
#apply .apply_wrap .top_wrap {
  position: relative;
  height: 315px;
}
/* line 12, ../sass/_apply.scss */
#apply .apply_wrap .top_wrap .search_bar, #apply .apply_wrap .top_wrap .top_title, #apply .apply_wrap .top_wrap .btn_upload_pic2, #apply .apply_wrap .top_wrap .btn_join_vote2, #apply .apply_wrap .top_wrap .top_vote_img {
  position: absolute;
}
/* line 15, ../sass/_apply.scss */
#apply .apply_wrap .top_wrap .search_bar {
  font-size: 14px;
  bottom: -12px;
  left: 70px;
}
/* line 19, ../sass/_apply.scss */
#apply .apply_wrap .top_wrap .search_bar .label_search {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  padding: 8px 8px 8px 25px;
  background-color: #696969;
  z-index: 1;
}
/* line 27, ../sass/_apply.scss */
#apply .apply_wrap .top_wrap .search_bar .input_search {
  height: 32px;
  border: 0;
  margin-left: -4px;
  width: 210px;
  margin-right: 30px;
  font-size: 16px;
  padding-left: 10px;
}
/* line 35, ../sass/_apply.scss */
#apply .apply_wrap .top_wrap .search_bar .input_search:focus {
  outline: 0;
}
/* line 39, ../sass/_apply.scss */
#apply .apply_wrap .top_wrap .search_bar .label_filter {
  font-weight: bold;
  color: #696969;
}
/* line 43, ../sass/_apply.scss */
#apply .apply_wrap .top_wrap .search_bar .btn_filter {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 5px;
  text-decoration: none;
  color: #696969;
}
/* line 49, ../sass/_apply.scss */
#apply .apply_wrap .top_wrap .search_bar .btn_filter.active {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  background-color: #696969;
  border: 3px solid #fff;
  width: 50px;
  height: 50px;
  color: #fff;
  padding: 15px 8px;
}
/* line 61, ../sass/_apply.scss */
#apply .apply_wrap .top_wrap .top_title {
  bottom: 50px;
  left: 0;
}
/* line 65, ../sass/_apply.scss */
#apply .apply_wrap .top_wrap .btn_upload_pic2 {
  top: 10px;
  left: 480px;
}
/* line 69, ../sass/_apply.scss */
#apply .apply_wrap .top_wrap .btn_join_vote2 {
  top: 150px;
  left: 470px;
}
/* line 73, ../sass/_apply.scss */
#apply .apply_wrap .top_wrap .top_vote_img {
  bottom: 20px;
  right: -5px;
}
/* line 78, ../sass/_apply.scss */
#apply .apply_wrap .content_wrap {
  width: 788px;
  margin: 0 auto;
  background-color: #fff;
  padding: 16px;
}
/* line 83, ../sass/_apply.scss */
#apply .apply_wrap .content_wrap .form_wrap {
  position: relative;
}
/* line 86, ../sass/_apply.scss */
#apply .apply_wrap .content_wrap .info_wrap {
  padding: 50px;
  margin-top: 15px;
  border: 3px solid #f7941e;
  color: #f7941e;
  font-size: 18px;
  margin-bottom: 25px;
  font-weight: bold;
}
/* line 94, ../sass/_apply.scss */
#apply .apply_wrap .content_wrap .info_wrap .info_block {
  border-bottom: 2px solid #f7941e;
  padding-bottom: 10px;
  margin-bottom: 10px;
  position: relative;
}
/* line 99, ../sass/_apply.scss */
#apply .apply_wrap .content_wrap .info_wrap .info_block.edge_block {
  border: 0;
}
/* line 102, ../sass/_apply.scss */
#apply .apply_wrap .content_wrap .info_wrap .info_block label {
  display: inline-block;
  width: 205px;
  margin-left: 15px;
  vertical-align: middle;
}
/* line 108, ../sass/_apply.scss */
#apply .apply_wrap .content_wrap .info_wrap .info_block input {
  padding-left: 4px;
  outline: 0;
  width: 400px;
  font-size: 18px;
}
/* line 115, ../sass/_apply.scss */
#apply .apply_wrap .content_wrap .info_wrap .info_block .btn_file {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  padding: 10px 15px;
  color: #fff;
  position: absolute;
  top: 0;
  left: 260px;
  background-color: #000;
  cursor: pointer;
}
/* line 125, ../sass/_apply.scss */
#apply .apply_wrap .content_wrap .info_wrap .info_block .input_change_file {
  width: auto;
}
/* line 132, ../sass/_apply.scss */
#apply .apply_wrap .content_wrap .info_wrap .info_block input[type="button"] {
  background-color: #000;
  color: #fff;
}
/* line 136, ../sass/_apply.scss */
#apply .apply_wrap .content_wrap .info_wrap .info_block textarea {
  width: 400px;
  height: 170px;
  outline: 0;
  margin-left: -5px;
}
/* line 144, ../sass/_apply.scss */
#apply .apply_wrap .content_wrap .info_wrap .edge_block {
  margin: 0;
}
/* line 146, ../sass/_apply.scss */
#apply .apply_wrap .content_wrap .info_wrap .edge_block label {
  vertical-align: top;
}
/* line 151, ../sass/_apply.scss */
#apply .apply_wrap .content_wrap .check_block {
  font-size: 18px;
  margin-bottom: 15px;
  margin-left: 50px;
  font-weight: bold;
  padding: 20px 0;
}
/* line 157, ../sass/_apply.scss */
#apply .apply_wrap .content_wrap .check_block .link_privacy {
  color: #f7941e;
  text-decoration: none;
}
/* line 161, ../sass/_apply.scss */
#apply .apply_wrap .content_wrap .check_block input {
  width: 20px;
  height: 20px;
  vertical-align: middle;
}
/* line 166, ../sass/_apply.scss */
#apply .apply_wrap .content_wrap .check_block .check_privacy {
  color: #c9c9c9;
}
/* line 169, ../sass/_apply.scss */
#apply .apply_wrap .content_wrap .check_block .accept_info {
  color: #f7941e;
}
/* line 173, ../sass/_apply.scss */
#apply .apply_wrap .content_wrap .btn_submit {
  background: 0;
  outline: 0;
  border: 0;
  background-color: #f7941e;
  color: #fff;
  padding: 20px;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  position: absolute;
  bottom: 0;
  right: 80px;
}

/* line 2, ../sass/_winners.scss */
#winners .main_wrap {
  background: url("../images/top_bg1.png") repeat-x;
}
/* line 6, ../sass/_winners.scss */
#winners .winners_wrap {
  width: 960px;
  margin: 0 auto;
}
/* line 10, ../sass/_winners.scss */
#winners .top_wrap {
  position: relative;
  height: 315px;
}
/* line 13, ../sass/_winners.scss */
#winners .top_wrap .search_bar, #winners .top_wrap .top_title, #winners .top_wrap .btn_upload_pic2, #winners .top_wrap .btn_join_vote2, #winners .top_wrap .top_vote_img {
  position: absolute;
}
/* line 16, ../sass/_winners.scss */
#winners .top_wrap .top_title {
  bottom: 50px;
  left: 0;
}
/* line 20, ../sass/_winners.scss */
#winners .top_wrap .btn_upload_pic2 {
  top: 10px;
  left: 480px;
}
/* line 24, ../sass/_winners.scss */
#winners .top_wrap .btn_join_vote2 {
  top: 150px;
  left: 470px;
}
/* line 28, ../sass/_winners.scss */
#winners .top_wrap .top_vote_img {
  bottom: 20px;
  right: -5px;
}
/* line 33, ../sass/_winners.scss */
#winners .content_wrap {
  background-color: #fff;
  padding: 35px 25px;
  margin: 25px 10px;
}
/* line 37, ../sass/_winners.scss */
#winners .content_wrap .page_title {
  padding: 20px 35px;
  background-color: #f7941e;
  margin-bottom: 20px;
}
/* line 41, ../sass/_winners.scss */
#winners .content_wrap .page_title .title_txt {
  font-size: 32px;
  color: #fff;
}
/* line 46, ../sass/_winners.scss */
#winners .content_wrap .winner_list {
  padding: 25px;
  border: 3px solid #f7941e;
}
/* line 49, ../sass/_winners.scss */
#winners .content_wrap .winner_list .winners_block {
  margin-bottom: 25px;
}
/* line 51, ../sass/_winners.scss */
#winners .content_wrap .winner_list .winners_block.special_block {
  max-height: 500px;
  overflow-y: auto;
}
/* line 54, ../sass/_winners.scss */
#winners .content_wrap .winner_list .winners_block.special_block .prize_title {
  background-color: #fff;
}
/* line 57, ../sass/_winners.scss */
#winners .content_wrap .winner_list .winners_block.special_block .prize_name, #winners .content_wrap .winner_list .winners_block.special_block .prize_des {
  color: #f7941e;
}
/* line 61, ../sass/_winners.scss */
#winners .content_wrap .winner_list .winners_block table {
  width: 100%;
  margin-top: 5px;
}
/* line 64, ../sass/_winners.scss */
#winners .content_wrap .winner_list .winners_block table tr {
  border: 2px solid #f7941e;
}
/* line 67, ../sass/_winners.scss */
#winners .content_wrap .winner_list .winners_block table td {
  color: #8f8f8f;
  font-size: 15px;
  padding: 10px;
  border: 2px solid #d4d4d4;
}
/* line 73, ../sass/_winners.scss */
#winners .content_wrap .winner_list .winners_block table .winner_num {
  background-color: #f7941e;
  text-align: center;
  color: #fff;
}
/* line 81, ../sass/_winners.scss */
#winners .content_wrap .winner_list .winners_block .tr_data {
  border: 2px solid #f7941e;
  border-right: 0;
  border-left: 0;
  border-bottom: 0;
  width: 100%;
  padding: 2px 0;
}
/* line 88, ../sass/_winners.scss */
#winners .content_wrap .winner_list .winners_block .tr_data.last_tr {
  border-bottom: 2px solid #f7941e;
}
/* line 91, ../sass/_winners.scss */
#winners .content_wrap .winner_list .winners_block .tr_data .winner_block {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  width: 49%;
}
/* line 95, ../sass/_winners.scss */
#winners .content_wrap .winner_list .winners_block .tr_data .winner_num, #winners .content_wrap .winner_list .winners_block .tr_data .winner_name, #winners .content_wrap .winner_list .winners_block .tr_data .winner_mail {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  padding: 20px 0;
}
/* line 99, ../sass/_winners.scss */
#winners .content_wrap .winner_list .winners_block .tr_data .winner_name, #winners .content_wrap .winner_list .winners_block .tr_data .winner_mail {
  color: #8f8f8f;
}
/* line 102, ../sass/_winners.scss */
#winners .content_wrap .winner_list .winners_block .tr_data .winner_num {
  color: #fff;
  background-color: #f7941e;
  width: 50px;
  margin-left: 10px;
  text-align: center;
}
/* line 109, ../sass/_winners.scss */
#winners .content_wrap .winner_list .winners_block .tr_data .winner_name {
  width: 70px;
  text-align: center;
  border-right: 2px solid #f7941e;
}
/* line 115, ../sass/_winners.scss */
#winners .content_wrap .winner_list .winners_block .prize_title {
  color: #fff;
  background-color: #f7941e;
  padding: 20px 30px;
  margin-bottom: 5px;
  font-weight: bold;
}
/* line 121, ../sass/_winners.scss */
#winners .content_wrap .winner_list .winners_block .prize_title .prize_name {
  font-size: 28px;
}
/* line 124, ../sass/_winners.scss */
#winners .content_wrap .winner_list .winners_block .prize_title .prize_des {
  font-size: 14px;
}
